projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33976ec
)
* Makefile.in (install-info): Fix target (bug#69569).
author
Vincenzo Pupillo
<v.pupillo@gmail.com>
Tue, 5 Mar 2024 21:36:34 +0000
(22:36 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Tue, 5 Mar 2024 21:37:40 +0000
(22:37 +0100)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index d54583399d0c04fc13874eb7984efb705a6357f9..6f014909307c1fd557078548fd8d3f8944bfbdc3 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-812,7
+812,7
@@
install-info: info
done; \
(cd "$${thisdir}"; \
${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \
- cp type_hierarchy* $(DESTDIR)${infodir}/; \
# Used by elisp.info.
+ cp type_hierarchy* $(DESTDIR)${infodir}/; \
done; \
fi